FILTERING AVAILABLE

This command will return an integer value of 1 if the current 3D card supports texture filtering.

  Syntax
Return Integer=FILTERING AVAILABLE()
  Returns

This command will return a value of 1 if the current 3D card supports texture filtering

  Description

Texture filtering is used to smooth out your textures, creating a slight bluring effect that improves visual quality.

  Example Code
backdrop off : cls : sync on : sync rate 0 : hide mouse:cls 0
ObjectNumber=1
load object "models\model.x",ObjectNumber
print "MISC"
print "alphablending available:";alphablending available()
print "filtering available:";filtering available()
print "fog available:";fog available()
print "TnL available:";tnl available()
print "Polys on nscreen:";statistic(1)
while mouseclick()=0
sync
endwhile
while mouseclick()=1:endwhile
delete object ObjectNumber
end
  See also

BASIC3D Commands Menu
Index